DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollectionBase<T> Class / IsDisposed Property

In This Topic
    IsDisposed Property (C1EntityFrameworkCoreVirtualDataCollectionBase<T>)
    In This Topic
    Gets whether the collection is disposed.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDisposed As Boolean
    public bool IsDisposed {get;}
    See Also